home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / HD-Installer / jst_dev / InstallWizard / installer-parts / Copy-floppy < prev    next >
Text File  |  2000-04-12  |  328b  |  15 lines

  1.  
  2.     (askdisk
  3.       (prompt ("\n\n\n\n\n\nPlease insert %s disk %lc in any drive" @app-name #diskno))
  4.       (dest      #currentdisk)
  5.       (help      ("Insert disk %lc in any drive or you'll wait for a while!" #diskno) )
  6.     )
  7.  
  8.     (copyfiles (source ("%s:%srcsubdir%" #currentdisk))
  9.            (dest @default-dest)
  10.        (all)
  11.     )
  12.  
  13.  
  14. ;; end copy floppies
  15.